Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
authorBartlomiej Sieka <[email protected]>
Sun, 27 May 2007 15:05:11 +0000 (17:05 +0200)
committerBartlomiej Sieka <[email protected]>
Sun, 27 May 2007 15:05:11 +0000 (17:05 +0200)
Allow passing longer command line to the kernel - useful especially
for passing MTD partition layout.

Signed-off-by: Piotr Kruszynski <[email protected]>
Acked-by: Bartlomiej Sieka <[email protected]>
include/configs/motionpro.h

index 2c405b5db8dfeb0bbe5eebaf5d32a19285e16883..bbd823a47814424e1a58d99c7906972e43062e57 100644 (file)
@@ -376,7 +376,7 @@ extern void __led_set(led_id_t id, int state);
  */
 #define CFG_LONGHELP                   /* undef to save memory    */
 #define CFG_PROMPT             "=> "   /* Monitor Command Prompt   */
-#define CFG_CBSIZE             256     /* Console I/O Buffer Size  */
+#define CFG_CBSIZE             1024    /* Console I/O Buffer Size */
 #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)  /* Print Buffer Size */
 #define CFG_MAXARGS            16              /* max number of command args */
 #define CFG_BARGSIZE           CFG_CBSIZE      /* Boot Argument Buffer Size */